home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
unarced
/
datacomm
/
vltjr
/
rexx
/
lastmsg.vlt
< prev
next >
Wrap
Text File
|
1995-03-17
|
746b
|
21 lines
/** LastMsg.vlt
*
* Test of VLT review buffer.
* When you're on BIX after having read a message, this script
* will bring up the same message into TxEd Plus.
*
**/
'rev "D"' /* Deselect all */
'rev "R ======"' /* Search reverse for "======" */
'rev "S B"' /* Select all to bottom */
'rev "R R:"' /* Search reverse for "R:" */
'rev "D S"' /* Deselect this "search line" */
'rev "R no more unread"' /* Search for "no more unread" */
'rev "D S"' /* Deselect that one too */
'rev "R Hit <Return>"' /* Search for "Hit <return>" */
'rev "D S"' /* Deselect */
'rev "A ram:revtemp.txt"' /* Save selected lines temporarily*/
address COMMAND 'e -win "VLT 0 0 640 100" ram:revtemp.txt' /* Edit it */